This command is new in PageMaker 6.5
PDragSelectExtend(long xLeft, long yTop, long xRight, long yBottom);
Example. Select all of the objects in the top inch and the bottom inch of the current page.long xLeft;
x coordinate, relative to the current zero point, of the left side of the area to be selected in twipslong yTop;
y coordinate, relative to the current zero point, of the top side of the area to be selected in twipslong xRight;
x coordinate, relative to the current zero point, of the right side of the area to be selected in twipslong yBottom;
y coordinate, relative to the current zero point, of the bottom side of the area to be selected in twips
PDragSelect(0, 0, twips("8.5i"), twips("1i"));
PDragSelectExtend(0, twips("10i"), twips("8.5i"), twips("11i"));
The PGetSelectIDList and PGetSelectInfo queries.
Comments or suggestions? Contact Adobe Developer Support